Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ignore case in auxvalue comparison for volumes with auxtype=SensDet #95

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

plexoos
Copy link
Member

@plexoos plexoos commented Jan 15, 2025

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-linter Review

Used clang-format v14.0.0

Click here for the full clang-format patch
diff --git a/src/g4app.h b/src/g4app.h
index bb1aedd..65d0aa6 100644
--- a/src/g4app.h
+++ b/src/g4app.h
@@ -64 +64 @@ std::string str_tolower(std::string s)
-    std::transform(s.begin(), s.end(), s.begin(), [](unsigned char c){ return std::tolower(c); });
+    std::transform(s.begin(), s.end(), s.begin(), [](unsigned char c) { return std::tolower(c); });

Have any feedback or feature suggestions? Share it here.

src/g4app.h Outdated Show resolved Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot dismissed their stale review January 15, 2025 02:44

outdated suggestion

@plexoos plexoos mentioned this pull request Jan 15, 2025
@plexoos plexoos merged commit f5bb155 into main Jan 15, 2025
2 checks passed
@plexoos plexoos deleted the fix-sensdet-name branch January 15, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant